home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / uwsrc.arc / README < prev    next >
Text File  |  1989-04-29  |  7KB  |  173 lines

  1.  
  2.         UW (Unix (tm) Windows) for the Atari ST
  3.  
  4. This program was written by Hans-Martin Mosner at the University of
  5. Dortmund in West Germany.  It has since been enhanced by Brad Bosch
  6. and Brian Katzung at Lachman Associates, Inc., in Naperville, Illinois.
  7.  
  8. Note that this disk represents a beta test version, and is provided on
  9. a strictly as-is basis, and we assume no responsibility or liability
  10. for any aspect of this software.
  11.  
  12. This version of uw provides only adm31 emulation and the most basic
  13. UW protocol.  The adm31 emulation has been extended slightly.  See
  14. the end of the Features section for a description of the extensions.
  15.  
  16. Features added by Brad Bosch and Brian Katzung:
  17.  
  18.     o Jump scrolling occurs if screen updates can't keep up with
  19.       transmission from the host.
  20.  
  21.     o The input window may be different than the top window.
  22.  
  23.     o A printer copy of output to each window may be enabled or
  24.       disabled on a window-by-window basis in various flavors.
  25.  
  26.     o <Shift><Help> sends a break.
  27.  
  28.     o There is a menu item to reset flow control if the Atari and
  29.       the host get out of synchronization.
  30.  
  31.     o Fonts "windalt.fnt", "windoth.fnt", and "windtny.fnt" are
  32.       supported in addition to "windstd.fnt".  The "windtny" font is
  33.       small enough to allow four 24 x 80 windows on the screen without
  34.       overlapping.
  35.  
  36.     o The smaller system font is offered in addition to the larger
  37.       one.  Some of the characters in the smaller font are "improved"
  38.       to increase readability.
  39.  
  40.     o The user may now select whether or not a window will be
  41.       "topped" when a ^G (BEL) is output to it.
  42.  
  43.     o The user may choose to have ^G (BEL) flash the screen, ring
  44.       the bell, neither, or both.
  45.  
  46.     o When not selecting an input window, pressing the right mouse
  47.       button on the menu bar toggles the menu bar sensitivity.
  48.  
  49.     o The close-box works even when the UW protocol is not running.
  50.       This is useful for changing the font size or other options.
  51.  
  52.     o The RTS (request to send) and DTR (data terminal ready) lines
  53.       can be cleared and asserted.
  54.  
  55.     o Function keys can be used and defined up to 40 characters each.
  56.  
  57.     o Function keys and other global option values can be saved and
  58.       loaded.  A file called "win.cnf", if present, is read at startup
  59.       time.
  60.  
  61.     o The right mouse button can be used to copy text from the screen
  62.           and send it to a window as keyboard input.  Click twice on a
  63.       window border to send copied text.  Click once on the boarder to
  64.       select the window for input.  Select text by dragging with the
  65.       right button pressed.  Inside a border, a single right button
  66.       click selects a word and a double click selects a line.
  67.  
  68.     o Emulation window size can now be selected when a window is opened.
  69.       The fixed sizes available in the menu can be changed with a resource
  70.       editor without recompiling.  Default sizes are font dependent.
  71.  
  72.     o A window menu item was added to allow the bottom window to be sent
  73.       to the top even if it is competely hidden.  Another item sends the
  74.       top window to the bottom.  The latter is somewhat slow due to
  75.       shortcomings in GEM.
  76.  
  77.     o The main keyboard digit keys when used while the alt key is down
  78.       will select that window number to be the top and keyboard input
  79.       window.  The first window is alt-1, the last is alt-7.  Windows
  80.       are numbered as gem numbers them.  Alt-key bindings for lower
  81.       case letters are scanned from the menu strings in the resource
  82.       file.  These bindings are indicated by the ^E (close box)
  83.       character.
  84.  
  85.     o A window menu item was added to shrink the current window to an
  86.       iconic size.  The second-from-the-top non-iconic window becomes
  87.       the current window.  The fuller box is used to reverse the process.
  88.  
  89.     o An option is now available to cause new windows to be created
  90.       without the sliders and arrows. The title bar (and close and
  91.       fuller boxes) may also be eliminated by another option.  Menu
  92.       items have been added to support most of the functionality lost
  93.       when the window controls are turned off.
  94.  
  95.     o Additional help information was added to the about dialog.
  96.  
  97.     o Startgem is now included in the distribution.  This program, if
  98.       placed in the auto folder, will attempt to start a:\bin\uw.prg
  99.       automatically when the ST is booted up.
  100.  
  101.     o A variable called "locpath" contains the name of a directory to
  102.       scan after the current directory when looking for configuration
  103.       and font files.  The string is 64 bytes long and defaults to
  104.       c:\bin.
  105.  
  106.     o An RS232 configuration dialog has been added.  There is no pro-
  107.       vision for putting this information in the configuration file.
  108.       Bug view:  There is no auto-configuration.  Feature view:  Changes
  109.       persist across executions.
  110.  
  111.     o One can now capture host output to a file on a per-window basis.
  112.       Capture mode is terminated by setting an empty file name.
  113.       
  114.     o Added keyboard lock to file menu.  This locks the keyboard and mouse
  115.       until your password is reentered.
  116.  
  117.     o Added change working directory item to file menu.  This is usefull
  118.       for kermit and the exec command entry.
  119.  
  120.     o Added execute command entry.  This allows uw to be suspended while
  121.       another command is executed.  Note that mwc startup for gem does not
  122.       preserve the environment variables.  The default command and
  123.       parameters are part of the config file.
  124.       
  125.     o Add basic kermit functionality.  Kermit can operate under the uw
  126.       protocol in a window concurent with interactive terminal windows.
  127.       Sending multiple files is not yet supported.  
  128.  
  129.  
  130. Extensions to Adm31 emulation:
  131.  
  132.     o If the host sends a window the sequence ESC [18t, the window will
  133.       respond with ESC [8;<rows>;<cols>t, where <rows> and <cols> specify
  134.       the window's size in characters.
  135.  
  136.     o The insert line and delete line escape sequences (ESC E and ESC R,
  137.       respectively) allow a repeat count (ie, ESC 5E inserts 5 lines).
  138.  
  139. Bugs fixed:
  140.  
  141.     o Exiting in "fast" mode used to leave a window open.  The
  142.       system would crash on the next run unless you had returned
  143.       to the desktop.
  144.  
  145.     o Actions on windows now check that there are windows to act upon.
  146.     
  147.  
  148. Known bugs:
  149.  
  150.     o Because of the extra memory used in the jump scrolling
  151.       algorithm, the bottom row of pixels of an earlier line
  152.       sometimes appears immediately below the title bar.
  153.  
  154.     o GEM doesn't let you completely eliminate the menu bar and
  155.       increase your workspace.
  156.  
  157.     o Desk accessories sometimes leave damage on the screen.
  158.  
  159.     o GEM doesn't send "top" messages to the top window, so you
  160.       can't use the left mouse button as a short hand to select
  161.       the top window for input.  Use the right button on the window
  162.       title bar instead.
  163.  
  164.     o The rsconf() baud rates listed in the manual as 75 and 50 baud
  165.       really result in system timer settings for 120 and 80 baud.
  166.       The RS232 configuration dialog allows you to set these two baud
  167.       rates, but decodes them as 300 or 200 baud, respectively.
  168.  
  169.     o The RS232 configuration code uses some trickery to determine the
  170.       current port configuration.  Some parts of this code may need to
  171.       be turned off or adapted to run on other hardware or if system
  172.       calls stop returning undocumented values.
  173.